home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
nameless.swf
/
scripts
/
DefineSprite_3808
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
283 b
|
14 lines
_root.camshake.gotoAndPlay(2);
onEnterFrame = function()
{
if(_root.cm.hitTest(this) && _root.cm.hit == false && nhit == false)
{
if(_root.cm.invis <= 0)
{
_root.health -= 6;
_root.cm.hit = true;
nhit = true;
}
}
};